home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / hello_kitty_roller_rescue.swf / scripts / DefineButton2_132 / BUTTONCONDACTION on(release).as
Text File  |  2011-08-19  |  483b  |  21 lines

  1. on(release){
  2.    if(email == "")
  3.    {
  4.       no1.gotoAndPlay(2);
  5.    }
  6.    if(femail == "")
  7.    {
  8.       no2.gotoAndPlay(2);
  9.    }
  10.    if(message == "")
  11.    {
  12.       no3.gotoAndPlay(2);
  13.    }
  14.    if(email != "" and femail != "" and message != "")
  15.    {
  16.       finalscore = _root.score;
  17.       loadVariablesNum("http://www.hyperlaunch.com/cgi-bin/hellokitty/send.pl?email=" + email + "&femail=" + femail + "&message=" + message + "&score=" + finalscore,10);
  18.       play();
  19.    }
  20. }
  21.